Carbon


InitFonts

Header: Fonts.h Carbon status: Unsupported

Initializes the Font Manager.

void InitFonts ();
DISCUSSION

If the system font isn’t already in memory, the InitFonts function reads it into memory. Call this function once, after calling the InitGrafs function and before calling any other Font Manager functions or any Toolbox function that calls the Font Manager.

Typically, the Font Manager has already been initialized when your application opens. However, you should call the InitFonts function before you call any Font Manager or QuickDraw text functions, just to be sure.

AVAILABILITY

Not supported in Carbon. Not available in Carbon.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)